home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / Other / WhosRunningWhat.txt < prev   
Text File  |  1995-10-23  |  468b  |  18 lines

  1. Unix
  2. Category 2,  Topic 26
  3. Message 2         Thu Apr 07, 1994
  4. ANDY [Andy]                  at 17:28 EDT
  5.  
  6. You can do this:
  7.  
  8.    ps -ef | grep username               System V / SCO / HP machines
  9.  or
  10.    ps -augxwww | grep username          BSD / Sun / Iris / etc machines
  11.  
  12. That will show you what programs they are running.  That may help you make a
  13. first cut at who you can kill or not.  It won't help you see their screen
  14. though...
  15.  
  16. Andy
  17.  ------------
  18.